home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8513 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: oitnews.harvard.edu!cmcl2!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 18 Feb 1996 18:48:48 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.824687140@schonberg>
  8. References: <00001a73+00002504@msn.com> <3114d8fb.5a455349@zesi.ruhr.de> <4f5h5t$f13@vixen.cso.uiuc.edu> <4g1bgf$l5@mailhub.scitec.com.au> <4g2vn3$rgi@dfw.dfw.net>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. Dave Weller said
  13.  
  14. "Compared to C++?  You are wrong.  There are fewer features in C++, yet
  15. the (draft) reference manual is larger than Ada 95 (not that this is
  16. necessarily a good measure, but rather that a language that is less
  17. complex would hopefully require less "langauge" to specify it).  My
  18. personal experience with Ada 95 and C++ indicates the exact opposite
  19. of your conclusion.  I have a feeling you haven't used Ada 95 very
  20. much to make such claims."
  21.  
  22. Actually the source of this incorrect viewpoint often stems from lack
  23. of familiarity with C++ (you can sort of guess this from anyone who
  24. writes C/C++ as though it were one language). It is remarkable how many
  25. people think they know C++ becaus they program in it, and yet they are
  26. unaware of exceptions,  namespaces and the standard template library.
  27. And try seeing how many C++ programmers really understand the overloading
  28. semantics in C++.
  29.  
  30. I have seen so-called "C++" programs that were litte more than C programs
  31. with C++ style comments :-)
  32.  
  33.